projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f95f0c
)
(vc-revert-buffer1): Typo fix in last change.
author
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 1993 21:29:48 +0000
(21:29 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 1993 21:29:48 +0000
(21:29 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index fb2d1b2f042cd20a1743abadd8a23cc459f47948..c143fe93e5abcca441db544bcf6218229978ce9d 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-282,7
+282,7
@@
the master name of FILE; this is appended to an optional list of FLAGS."
;; Move the pointer up to find the error we were at before
;; reparsing. Now next-error should properly go to the next one.
(while (and compilation-error-list
- (/= error-pos (car (car
errors
))))
+ (/= error-pos (car (car
compilation-error-list
))))
(setq compilation-error-list (cdr compilation-error-list))))))
(setq reparse (cdr reparse)))